home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xm / file-selectn.d < prev    next >
Encoding:
Text File  |  1989-10-12  |  406 b   |  12 lines

  1. ;;; -*-Scheme-*-
  2.  
  3. (define-widget-type 'fileselection "FileSB.h")
  4.  
  5. (define-widget-class 'file-selection 'xmFileSelectionBoxWidgetClass)
  6.  
  7. (define-callback 'file-selection 'applyCallback   #t)
  8. (define-callback 'file-selection 'cancelCallback  #t)
  9. (define-callback 'file-selection 'noMatchCallback #t)
  10. (define-callback 'file-selection 'okCallback      #t)
  11. (define-callback 'file-selection 'helpCallback    #t)
  12.